additional call meaning in English
增收保险费
Examples
- Requires an additional call to the data source to obtain the information
要求另外调用数据源以获取信息。 - Requires an additional call to the database to obtain the information
需要对数据库进行附加的调用以获取信息。 - Additional call library
附加调入程序库 - Using the debugger , you can examine the content of variables in your program without inserting additional calls to output the values
利用调试器,可以检查程序中变量的内容而不必通过另外插入调用来输出这些值。 - The downside is loss of conciseness , as can be seen from the additional call to proceed with the original method invocation visible in
不好的一面是它损失了简洁性,这一点可以从需要进行额外的调用才能继续执行原来的方法调用(如